home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
flash_ch.swf
/
scripts
/
DefineButton2_51
/
BUTTONCONDACTION on(release, keyPress Down).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
215 b
|
8 lines
on(release, keyPress "<Down>"){
text.scroll = text.scroll + 1;
if(myscroll._y < 96.6 - myscroll._height + myscroll.top)
{
myscroll._y += (96.4 - myscroll._height) / myscroll.totalLines;
}
}